home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / penguinpass.swf / scripts / frame_16 / PlaceObject2_123_1831 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-03-17  |  325b  |  17 lines

  1. onClipEvent(enterFrame){
  2.    r = random(700);
  3.    if(_root.completed == false && doingstuff == false && _root.tthe == false)
  4.    {
  5.       if(r > 695)
  6.       {
  7.          doingstuff = true;
  8.          gotoAndStop(8);
  9.       }
  10.       if(r == 11)
  11.       {
  12.          doingstuff = true;
  13.          gotoAndStop(5);
  14.       }
  15.    }
  16. }
  17.